[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LEN()

    LEN() returns the length of a character expression or the number of
    elements in an array.

Syntax

    LEN(<exp C>/<array>)

Arguments

    <expC> is the character string to determine the length of.

    <Array> is the array to count.

Returns

    An integer numeric value.

    If the character expression evaluates to a null string, LEN() returns
    zero.

See Also: LTRIM TRIM
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson